From: Eli Zaretskii Date: Sun, 27 Aug 2023 16:39:22 +0000 (+0300) Subject: ; * lisp/net/eww.el (eww-open-in-new-buffer): Fix change for bug#65346. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~4441 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=332df9a043c19cb9455621ac80b14e3d5c28057a;p=emacs.git ; * lisp/net/eww.el (eww-open-in-new-buffer): Fix change for bug#65346. --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 3cdbe9dd471..089e481ead2 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -566,7 +566,7 @@ NO-SELECT non-nil means do not make the new buffer the current buffer." (tab-new) (eww--open-url-in-new-buffer url) (when no-select - (tab-bar-switch-to-prev-tab))) + (tab-bar-switch-to-recent-tab))) (if no-select (save-window-excursion (eww--open-url-in-new-buffer url)) (eww--open-url-in-new-buffer url)))